home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFHTMLBUTTON / TFHTMLBUTTON.txt
Encoding:
Text File  |  2004-12-18  |  18.3 KB  |  849 lines

  1. object fHTMLButton: TfHTMLButton
  2.   Left = 217
  3.   Top = 155
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'HTML Form Buttons'
  7.   ClientHeight = 430
  8.   ClientWidth = 439
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Panel2: TPanel
  21.     Left = 0
  22.     Top = 401
  23.     Width = 439
  24.     Height = 29
  25.     Align = alBottom
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object Button1: TButton
  29.       Left = 1
  30.       Top = 1
  31.       Width = 81
  32.       Height = 27
  33.       Caption = 'Ok'
  34.       Default = True
  35.       TabOrder = 0
  36.       OnClick = Button1Click
  37.     end
  38.     object Button2: TButton
  39.       Left = 358
  40.       Top = 1
  41.       Width = 81
  42.       Height = 27
  43.       Anchors = [akTop, akRight]
  44.       Caption = 'Cancel'
  45.       TabOrder = 1
  46.       OnClick = Button2Click
  47.     end
  48.   end
  49.   object PageControl1: TPageControl
  50.     Left = 0
  51.     Top = 0
  52.     Width = 439
  53.     Height = 401
  54.     ActivePage = DropDownSheet
  55.     Align = alClient
  56.     MultiLine = True
  57.     TabHeight = 1
  58.     TabOrder = 1
  59.     TabPosition = tpBottom
  60.     TabWidth = 1
  61.     object cbr: TTabSheet
  62.       Caption = 'CheckBox / Radio Box'
  63.       TabVisible = False
  64.       object cbrlName: TLabel
  65.         Left = 4
  66.         Top = 17
  67.         Width = 59
  68.         Height = 14
  69.         AutoSize = False
  70.         Caption = 'Name'
  71.       end
  72.       object cbrlValue: TLabel
  73.         Left = 4
  74.         Top = 44
  75.         Width = 56
  76.         Height = 14
  77.         AutoSize = False
  78.         Caption = 'Value'
  79.       end
  80.       object cbrlonclick: TLabel
  81.         Left = 4
  82.         Top = 104
  83.         Width = 39
  84.         Height = 14
  85.         Caption = 'On Click'
  86.       end
  87.       object cbrName: TEdit
  88.         Left = 78
  89.         Top = 13
  90.         Width = 113
  91.         Height = 22
  92.         TabOrder = 0
  93.       end
  94.       object cbrOnClick: TEdit
  95.         Left = 78
  96.         Top = 100
  97.         Width = 474
  98.         Height = 22
  99.         TabOrder = 3
  100.       end
  101.       object cbrValue: TEdit
  102.         Left = 78
  103.         Top = 40
  104.         Width = 294
  105.         Height = 22
  106.         TabOrder = 1
  107.       end
  108.       object cbrChecked: TCheckBox
  109.         Left = 78
  110.         Top = 73
  111.         Width = 104
  112.         Height = 19
  113.         Caption = 'Checked'
  114.         TabOrder = 2
  115.       end
  116.     end
  117.     object TextArea: TTabSheet
  118.       Caption = 'Text Area'
  119.       ImageIndex = 1
  120.       TabVisible = False
  121.       object taName: TLabel
  122.         Left = 9
  123.         Top = 120
  124.         Width = 27
  125.         Height = 14
  126.         Caption = 'Name'
  127.       end
  128.       object talCols: TLabel
  129.         Left = 10
  130.         Top = 220
  131.         Width = 94
  132.         Height = 14
  133.         AutoSize = False
  134.         Caption = 'Columns'
  135.       end
  136.       object talRows: TLabel
  137.         Left = 10
  138.         Top = 168
  139.         Width = 94
  140.         Height = 14
  141.         AutoSize = False
  142.         Caption = 'Rows'
  143.       end
  144.       object taText: TLabel
  145.         Left = 9
  146.         Top = 0
  147.         Width = 21
  148.         Height = 14
  149.         Caption = 'Text'
  150.       end
  151.       object Memo1: TMemo
  152.         Left = 10
  153.         Top = 18
  154.         Width = 423
  155.         Height = 95
  156.         ScrollBars = ssVertical
  157.         TabOrder = 0
  158.       end
  159.       object taeName: TEdit
  160.         Left = 9
  161.         Top = 138
  162.         Width = 182
  163.         Height = 22
  164.         TabOrder = 1
  165.       end
  166.       object rgWrap: TRadioGroup
  167.         Left = 215
  168.         Top = 180
  169.         Width = 217
  170.         Height = 84
  171.         Caption = 'Wrap (Optional)'
  172.         TabOrder = 2
  173.       end
  174.       object taeRows: TSpinEdit
  175.         Left = 11
  176.         Top = 190
  177.         Width = 68
  178.         Height = 23
  179.         MaxValue = 0
  180.         MinValue = 0
  181.         TabOrder = 3
  182.         Value = 15
  183.       end
  184.       object taeCols: TSpinEdit
  185.         Left = 11
  186.         Top = 242
  187.         Width = 68
  188.         Height = 23
  189.         MaxValue = 0
  190.         MinValue = 0
  191.         TabOrder = 4
  192.         Value = 60
  193.       end
  194.     end
  195.     object Buttons: TTabSheet
  196.       Caption = 'Buttons'
  197.       ImageIndex = 2
  198.       TabVisible = False
  199.       object btlName: TLabel
  200.         Left = 3
  201.         Top = 17
  202.         Width = 59
  203.         Height = 14
  204.         AutoSize = False
  205.         Caption = 'Name'
  206.       end
  207.       object btlonclick: TLabel
  208.         Left = 3
  209.         Top = 72
  210.         Width = 39
  211.         Height = 14
  212.         Caption = 'On Click'
  213.       end
  214.       object btlvalue: TLabel
  215.         Left = 3
  216.         Top = 44
  217.         Width = 56
  218.         Height = 14
  219.         AutoSize = False
  220.         Caption = 'value'
  221.       end
  222.       object btSelType: TRadioGroup
  223.         Left = 78
  224.         Top = 108
  225.         Width = 164
  226.         Height = 96
  227.         Caption = 'Choose Button Style'
  228.         ItemIndex = 0
  229.         Items.Strings = (
  230.           'Button'
  231.           'Reset'
  232.           'Submit')
  233.         TabOrder = 0
  234.       end
  235.       object bteName: TEdit
  236.         Left = 78
  237.         Top = 13
  238.         Width = 113
  239.         Height = 22
  240.         TabOrder = 1
  241.       end
  242.       object bteOnclick: TEdit
  243.         Left = 78
  244.         Top = 67
  245.         Width = 500
  246.         Height = 22
  247.         TabOrder = 2
  248.       end
  249.       object bteValue: TEdit
  250.         Left = 78
  251.         Top = 40
  252.         Width = 294
  253.         Height = 22
  254.         TabOrder = 3
  255.       end
  256.     end
  257.     object HidSh: TTabSheet
  258.       Caption = 'Hidden'
  259.       ImageIndex = 3
  260.       TabVisible = False
  261.       object hdlName: TLabel
  262.         Left = 3
  263.         Top = 17
  264.         Width = 59
  265.         Height = 14
  266.         AutoSize = False
  267.         Caption = 'Name'
  268.       end
  269.       object hdlValue: TLabel
  270.         Left = 3
  271.         Top = 44
  272.         Width = 56
  273.         Height = 14
  274.         AutoSize = False
  275.         Caption = 'Value'
  276.       end
  277.       object hdeName: TEdit
  278.         Left = 78
  279.         Top = 13
  280.         Width = 113
  281.         Height = 22
  282.         TabOrder = 0
  283.       end
  284.       object hdeValue: TEdit
  285.         Left = 78
  286.         Top = 40
  287.         Width = 449
  288.         Height = 22
  289.         TabOrder = 1
  290.       end
  291.     end
  292.     object PassSheet: TTabSheet
  293.       Caption = 'Password'
  294.       ImageIndex = 4
  295.       TabVisible = False
  296.       object GroupBox5: TGroupBox
  297.         Left = 3
  298.         Top = 0
  299.         Width = 630
  300.         Height = 148
  301.         Caption = 'Properties'
  302.         TabOrder = 0
  303.         object pwlName: TLabel
  304.           Left = 11
  305.           Top = 26
  306.           Width = 59
  307.           Height = 14
  308.           AutoSize = False
  309.           Caption = 'Name'
  310.         end
  311.         object pwlValue: TLabel
  312.           Left = 11
  313.           Top = 53
  314.           Width = 56
  315.           Height = 14
  316.           AutoSize = False
  317.           Caption = 'Value'
  318.         end
  319.         object pwlMaxLeng: TLabel
  320.           Left = 11
  321.           Top = 81
  322.           Width = 56
  323.           Height = 14
  324.           Caption = 'Max Length'
  325.         end
  326.         object pwlSize: TLabel
  327.           Left = 11
  328.           Top = 109
  329.           Width = 21
  330.           Height = 14
  331.           Caption = 'Size'
  332.         end
  333.         object pwlename: TEdit
  334.           Left = 121
  335.           Top = 22
  336.           Width = 113
  337.           Height = 22
  338.           TabOrder = 0
  339.         end
  340.         object pwleValue: TEdit
  341.           Left = 121
  342.           Top = 48
  343.           Width = 294
  344.           Height = 22
  345.           TabOrder = 1
  346.         end
  347.         object pwleMaxLaneg: TSpinEdit
  348.           Left = 121
  349.           Top = 74
  350.           Width = 52
  351.           Height = 23
  352.           MaxValue = 0
  353.           MinValue = 0
  354.           TabOrder = 2
  355.           Value = 0
  356.         end
  357.         object pwleSize: TSpinEdit
  358.           Left = 121
  359.           Top = 102
  360.           Width = 52
  361.           Height = 23
  362.           MaxValue = 0
  363.           MinValue = 0
  364.           TabOrder = 3
  365.           Value = 0
  366.         end
  367.       end
  368.       object GroupBox6: TGroupBox
  369.         Left = 3
  370.         Top = 155
  371.         Width = 630
  372.         Height = 156
  373.         Caption = 'Events'
  374.         TabOrder = 1
  375.         object pwlonblur: TLabel
  376.           Left = 11
  377.           Top = 43
  378.           Width = 59
  379.           Height = 14
  380.           AutoSize = False
  381.           Caption = 'On Blur'
  382.         end
  383.         object pwlonchange: TLabel
  384.           Left = 11
  385.           Top = 121
  386.           Width = 68
  387.           Height = 14
  388.           AutoSize = False
  389.           Caption = 'On Change'
  390.         end
  391.         object pwlonselect: TLabel
  392.           Left = 11
  393.           Top = 69
  394.           Width = 56
  395.           Height = 14
  396.           AutoSize = False
  397.           Caption = 'On Select'
  398.         end
  399.         object pwlonfocus: TLabel
  400.           Left = 11
  401.           Top = 95
  402.           Width = 59
  403.           Height = 14
  404.           AutoSize = False
  405.           Caption = 'On Focus'
  406.         end
  407.         object pwleOnblur: TEdit
  408.           Left = 121
  409.           Top = 39
  410.           Width = 504
  411.           Height = 22
  412.           TabOrder = 0
  413.         end
  414.         object pwleOnChange: TEdit
  415.           Left = 121
  416.           Top = 116
  417.           Width = 504
  418.           Height = 22
  419.           TabOrder = 1
  420.         end
  421.         object pwleOnFocus: TEdit
  422.           Left = 121
  423.           Top = 90
  424.           Width = 504
  425.           Height = 22
  426.           TabOrder = 2
  427.         end
  428.         object pwleOnSelect: TEdit
  429.           Left = 121
  430.           Top = 65
  431.           Width = 504
  432.           Height = 22
  433.           TabOrder = 3
  434.         end
  435.       end
  436.     end
  437.     object ImgSheet: TTabSheet
  438.       Caption = 'Image'
  439.       ImageIndex = 5
  440.       TabVisible = False
  441.       object imgName: TLabel
  442.         Left = 3
  443.         Top = 17
  444.         Width = 97
  445.         Height = 14
  446.         AutoSize = False
  447.         Caption = 'Name'
  448.       end
  449.       object imgSource: TLabel
  450.         Left = 3
  451.         Top = 47
  452.         Width = 97
  453.         Height = 14
  454.         AutoSize = False
  455.         Caption = 'Filename'
  456.       end
  457.       object imgOnclick: TLabel
  458.         Left = 4
  459.         Top = 78
  460.         Width = 97
  461.         Height = 14
  462.         AutoSize = False
  463.         Caption = 'On Click'
  464.       end
  465.       object SpeedButton1: TSpeedButton
  466.         Left = 638
  467.         Top = 42
  468.         Width = 24
  469.         Height = 24
  470.         Caption = '...'
  471.         OnClick = SpeedButton1Click
  472.       end
  473.       object AdvPicture1: TAdvPicture
  474.         Left = 956
  475.         Top = 0
  476.         Width = 44
  477.         Height = 44
  478.         Animate = False
  479.         AutoSize = True
  480.         Picture.Stretch = False
  481.         Picture.Frame = 0
  482.         PicturePosition = bpCenter
  483.         StretchMode = smShrink
  484.         Visible = False
  485.       end
  486.       object Label5: TLabel
  487.         Left = 257
  488.         Top = 319
  489.         Width = 208
  490.         Height = 14
  491.         AutoSize = False
  492.         Caption = 'Alt Text:'
  493.       end
  494.       object imgESrc: TEdit
  495.         Left = 103
  496.         Top = 43
  497.         Width = 527
  498.         Height = 22
  499.         TabOrder = 0
  500.       end
  501.       object imgeName: TEdit
  502.         Left = 103
  503.         Top = 13
  504.         Width = 237
  505.         Height = 22
  506.         TabOrder = 1
  507.       end
  508.       object imgeOnclick: TEdit
  509.         Left = 103
  510.         Top = 73
  511.         Width = 527
  512.         Height = 22
  513.         TabOrder = 2
  514.       end
  515.       object GroupBox2: TGroupBox
  516.         Left = 0
  517.         Top = 107
  518.         Width = 253
  519.         Height = 250
  520.         Caption = 'Picture :'
  521.         TabOrder = 3
  522.         object AdvPicture2: TAdvPicture
  523.           Left = 2
  524.           Top = 16
  525.           Width = 249
  526.           Height = 232
  527.           Animate = False
  528.           Picture.Stretch = False
  529.           Picture.Frame = 0
  530.           PicturePosition = bpCenter
  531.           Align = alClient
  532.           StretchMode = smShrink
  533.         end
  534.       end
  535.       object GroupBox1: TGroupBox
  536.         Left = 255
  537.         Top = 107
  538.         Width = 146
  539.         Height = 72
  540.         Caption = 'Dimensions'
  541.         TabOrder = 4
  542.         object Label3: TLabel
  543.           Left = 9
  544.           Top = 46
  545.           Width = 30
  546.           Height = 14
  547.           Caption = 'Height'
  548.         end
  549.         object Label4: TLabel
  550.           Left = 9
  551.           Top = 20
  552.           Width = 36
  553.           Height = 14
  554.           Caption = 'Width : '
  555.         end
  556.         object Label1: TEdit
  557.           Left = 69
  558.           Top = 17
  559.           Width = 61
  560.           Height = 22
  561.           TabOrder = 0
  562.         end
  563.         object Label2: TEdit
  564.           Left = 69
  565.           Top = 43
  566.           Width = 61
  567.           Height = 22
  568.           TabOrder = 1
  569.         end
  570.       end
  571.       object CheckBox1: TCheckBox
  572.         Left = 256
  573.         Top = 185
  574.         Width = 305
  575.         Height = 18
  576.         Caption = 'Border'
  577.         TabOrder = 5
  578.       end
  579.       object GroupBox7: TGroupBox
  580.         Left = 256
  581.         Top = 215
  582.         Width = 409
  583.         Height = 94
  584.         Caption = 'Path Style'
  585.         TabOrder = 6
  586.         object full: TRadioButton
  587.           Left = 8
  588.           Top = 18
  589.           Width = 305
  590.           Height = 17
  591.           Caption = 'Full path ( myimages\myimage.jpg )'
  592.           TabOrder = 0
  593.         end
  594.         object nofull: TRadioButton
  595.           Left = 8
  596.           Top = 35
  597.           Width = 305
  598.           Height = 17
  599.           Caption = 'File only ( myimage.jpg )'
  600.           TabOrder = 1
  601.         end
  602.         object comp: TRadioButton
  603.           Left = 8
  604.           Top = 52
  605.           Width = 305
  606.           Height = 17
  607.           Caption = 'Complete path ( c:\myimages\myimage.jpg )'
  608.           TabOrder = 2
  609.         end
  610.         object Relative: TRadioButton
  611.           Left = 8
  612.           Top = 69
  613.           Width = 393
  614.           Height = 17
  615.           Caption = 'Relative path (../Program Files/foobar/img/mypic.gif )'
  616.           Checked = True
  617.           TabOrder = 3
  618.           TabStop = True
  619.         end
  620.       end
  621.       object Memo2: TEdit
  622.         Left = 256
  623.         Top = 334
  624.         Width = 409
  625.         Height = 22
  626.         TabOrder = 7
  627.       end
  628.     end
  629.     object TextSheet: TTabSheet
  630.       ImageIndex = 6
  631.       TabVisible = False
  632.       object GroupBox3: TGroupBox
  633.         Left = 1
  634.         Top = 145
  635.         Width = 618
  636.         Height = 148
  637.         Caption = 'Events'
  638.         Color = clBtnFace
  639.         ParentColor = False
  640.         TabOrder = 0
  641.         object textOnChange: TLabel
  642.           Left = 11
  643.           Top = 59
  644.           Width = 64
  645.           Height = 14
  646.           AutoSize = False
  647.           Caption = 'On Change'
  648.         end
  649.         object TextOnBlur: TLabel
  650.           Left = 11
  651.           Top = 32
  652.           Width = 59
  653.           Height = 14
  654.           AutoSize = False
  655.           Caption = 'On Blur'
  656.         end
  657.         object TextOnSelect: TLabel
  658.           Left = 11
  659.           Top = 111
  660.           Width = 56
  661.           Height = 14
  662.           AutoSize = False
  663.           Caption = 'On Select'
  664.         end
  665.         object TextOnfocus: TLabel
  666.           Left = 11
  667.           Top = 85
  668.           Width = 59
  669.           Height = 14
  670.           AutoSize = False
  671.           Caption = 'On Focus'
  672.         end
  673.         object texteOnBlur: TEdit
  674.           Left = 121
  675.           Top = 29
  676.           Width = 491
  677.           Height = 22
  678.           TabOrder = 0
  679.         end
  680.         object TexteOnchange: TEdit
  681.           Left = 121
  682.           Top = 56
  683.           Width = 491
  684.           Height = 22
  685.           TabOrder = 1
  686.         end
  687.         object TexteOnFocus: TEdit
  688.           Left = 121
  689.           Top = 82
  690.           Width = 491
  691.           Height = 22
  692.           TabOrder = 2
  693.         end
  694.         object TexteOnSelect: TEdit
  695.           Left = 121
  696.           Top = 108
  697.           Width = 491
  698.           Height = 22
  699.           TabOrder = 3
  700.         end
  701.       end
  702.       object GroupBox4: TGroupBox
  703.         Left = 3
  704.         Top = 0
  705.         Width = 615
  706.         Height = 139
  707.         Caption = 'Properties'
  708.         TabOrder = 1
  709.         object TextValue: TLabel
  710.           Left = 11
  711.           Top = 53
  712.           Width = 56
  713.           Height = 14
  714.           AutoSize = False
  715.           Caption = 'Value'
  716.         end
  717.         object TextName: TLabel
  718.           Left = 11
  719.           Top = 26
  720.           Width = 59
  721.           Height = 14
  722.           AutoSize = False
  723.           Caption = 'Name'
  724.         end
  725.         object TextMaxLen: TLabel
  726.           Left = 11
  727.           Top = 81
  728.           Width = 56
  729.           Height = 14
  730.           Caption = 'Max Length'
  731.         end
  732.         object TextSize: TLabel
  733.           Left = 11
  734.           Top = 109
  735.           Width = 21
  736.           Height = 14
  737.           Caption = 'Size'
  738.         end
  739.         object TextEName: TEdit
  740.           Left = 121
  741.           Top = 22
  742.           Width = 113
  743.           Height = 22
  744.           TabOrder = 0
  745.         end
  746.         object textevalue: TEdit
  747.           Left = 121
  748.           Top = 48
  749.           Width = 294
  750.           Height = 22
  751.           TabOrder = 1
  752.         end
  753.         object textEMaxLen: TEdit
  754.           Left = 121
  755.           Top = 78
  756.           Width = 130
  757.           Height = 22
  758.           TabOrder = 2
  759.         end
  760.         object TexteSize: TEdit
  761.           Left = 121
  762.           Top = 103
  763.           Width = 130
  764.           Height = 22
  765.           TabOrder = 3
  766.         end
  767.       end
  768.     end
  769.     object DropDownSheet: TTabSheet
  770.       Caption = 'DropDownSheet'
  771.       ImageIndex = 7
  772.       object Dropdown: TGroupBox
  773.         Left = 4
  774.         Top = -4
  775.         Width = 426
  776.         Height = 389
  777.         TabOrder = 0
  778.         object Label6: TLabel
  779.           Left = 8
  780.           Top = 64
  781.           Width = 28
  782.           Height = 14
  783.           Caption = 'Items:'
  784.         end
  785.         object Label7: TLabel
  786.           Left = 8
  787.           Top = 16
  788.           Width = 30
  789.           Height = 14
  790.           Caption = 'Name:'
  791.         end
  792.         object dropItems: TMemo
  793.           Left = 8
  794.           Top = 80
  795.           Width = 409
  796.           Height = 259
  797.           TabOrder = 0
  798.         end
  799.         object eName: TEdit
  800.           Left = 8
  801.           Top = 32
  802.           Width = 201
  803.           Height = 22
  804.           TabOrder = 1
  805.         end
  806.         object RichEdit1: TRichEdit
  807.           Left = 8
  808.           Top = 349
  809.           Width = 409
  810.           Height = 35
  811.           Enabled = False
  812.           Lines.Strings = (
  813.             'Example: Netherlands  (Menu Choice)'
  814.             'Example with values: Netherlands#NL  (Menu Choice # Value)')
  815.           TabOrder = 2
  816.         end
  817.         object chkMultiple: TCheckBox
  818.           Left = 224
  819.           Top = 33
  820.           Width = 190
  821.           Height = 17
  822.           Caption = 'Multiple DropDown'
  823.           TabOrder = 3
  824.         end
  825.       end
  826.     end
  827.   end
  828.   object ActionList1: TActionList
  829.     Left = 338
  830.     Top = 89
  831.     object CloseWindow: TAction
  832.       Caption = 'CloseWindow'
  833.       ShortCut = 27
  834.       OnExecute = CloseWindowExecute
  835.     end
  836.   end
  837.   object OpenDialog1: TOpenPictureDialog
  838.     Filter = 
  839.       'All (*.jpg;*.jpeg;*.gif;*.bmp;*.ico;*.emf;*.wmf;*.png)|*.jpg;*.j' +
  840.       'peg;*.gif;*.bmp;*.ico;*.emf;*.wmf;*.png|Gif Image File (*.gif)|*' +
  841.       '.gif|JPEG Image File (*.jpg)|*.jpg|JPEG Image File (*.jpeg)|*.jp' +
  842.       'eg|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles ' +
  843.       '(*.emf)|*.emf|Metafiles (*.wmf)|*.wmf|PNG Files (*.png)|*.png|Al' +
  844.       'l  (*.*)|*.*'
  845.     Left = 344
  846.     Top = 144
  847.   end
  848. end
  849.